home *** CD-ROM | disk | FTP | other *** search
- Path: howland.reston.ans.net!psinntp!psinntp!psinntp!psinntp!usenet
- From: grantp@usa.pipeline.com(Pete Grant)
- Newsgroups: comp.lang.c++
- Subject: Re: GNU C++ needs -I path. What's wrong?
- Date: 23 Mar 1996 13:52:40 GMT
- Organization: Kalevi, Inc.
- Message-ID: <4j0vn8$l55@news1.h1.usa.pipeline.com>
- References: <4j0elv$3fl$1@sydney.DIALix.oz.au>
- NNTP-Posting-Host: 38.8.60.7
- X-PipeUser: grantp
- X-PipeHub: usa.pipeline.com
- X-PipeGCOS: (Pete Grant)
- X-Newsreader: Pipeline v3.5.0
-
- On Mar 23, 1996 20:01:51 in article <GNU C++ needs -I path. What's wrong?>,
- 'sad@sydney.DIALix.oz.au (John Heenan)' wrote:
-
-
- >I need to tell GNU C++ where the C++ include files are under Linux
- >with GNU C/C++ installed from binaries of Slackware 3.0 distribution.
- >
- >For example the following will not work:
- >g++ -o test test.cc
- >
- >whereas the following will:
- >g++ -I /usr/lib/g++-include -o test test.cc
- ^^^
- Omit the space. Works on Unix, I don't know about Linux.
-
- --
- Pete Grant
- Kalevi, Inc.
- Software Engineering & development
-